App\Models\User Object
(
    [connection:protected] => mysql
    [table:protected] => users
    [primaryKey:protected] => id
    [keyType:protected] => int
    [incrementing] => 1
    [with:protected] => Array
        (
        )

    [withCount:protected] => Array
        (
        )

    [preventsLazyLoading] => 
    [perPage:protected] => 15
    [exists] => 1
    [wasRecentlyCreated] => 
    [escapeWhenCastingToString:protected] => 
    [attributes:protected] => Array
        (
            [id] => 1
            [name] => Team Relayzo
            [email] => notification@innovteams.com
            [email_verified_at] => 
            [password] => $2y$12$FU1RuSxc7LxiIjhjqUNyYOMm21EbMk3IPpg1VSO4sGYEvlVX0X1fO
            [remember_token] => 
            [api_token] => bdbH5nWhq68t3sKNXI73P2sq6T6ELHVTEqxXi3De6omcjvQYmif7kgXDuKTB
            [api_enabled] => 1
            [app_id] => 1
            [timezone] => Asia/Karachi
            [language] => en
            [address] => 
            [country] => US
            [phone] => 
            [parent_id] => 0
            [is_active] => 1
            [is_client] => 0
            [mail_headers] => 
            [created_at] => 2024-12-11 08:04:10
            [updated_at] => 2025-01-19 15:40:10
        )

    [original:protected] => Array
        (
            [id] => 1
            [name] => Team Relayzo
            [email] => notification@innovteams.com
            [email_verified_at] => 
            [password] => $2y$12$FU1RuSxc7LxiIjhjqUNyYOMm21EbMk3IPpg1VSO4sGYEvlVX0X1fO
            [remember_token] => 
            [api_token] => bdbH5nWhq68t3sKNXI73P2sq6T6ELHVTEqxXi3De6omcjvQYmif7kgXDuKTB
            [api_enabled] => 1
            [app_id] => 1
            [timezone] => Asia/Karachi
            [language] => en
            [address] => 
            [country] => US
            [phone] => 
            [parent_id] => 0
            [is_active] => 1
            [is_client] => 0
            [mail_headers] => 
            [created_at] => 2024-12-11 08:04:10
            [updated_at] => 2025-01-19 15:40:10
        )

    [changes:protected] => Array
        (
        )

    [casts:protected] => Array
        (
            [email_verified_at] => datetime
            [password] => hashed
        )

    [classCastCache:protected] => Array
        (
        )

    [attributeCastCache:protected] => Array
        (
        )

    [dateFormat:protected] => 
    [appends:protected] => Array
        (
        )

    [dispatchesEvents:protected] => Array
        (
        )

    [observables:protected] => Array
        (
        )

    [relations:protected] => Array
        (
        )

    [touches:protected] => Array
        (
        )

    [timestamps] => 1
    [usesUniqueIds] => 
    [hidden:protected] => Array
        (
            [0] => password
            [1] => remember_token
        )

    [visible:protected] => Array
        (
        )

    [fillable:protected] => Array
        (
            [0] => name
            [1] => email
            [2] => password
            [3] => address
            [4] => phone
            [5] => country_code
            [6] => timezone
            [7] => is_active
            [8] => app_id
            [9] => parent_id
            [10] => api_token
            [11] => api_enabled
        )

    [guarded:protected] => Array
        (
            [0] => *
        )

    [authPasswordName:protected] => password
    [rememberTokenName:protected] => remember_token
    [roleClass:App\Models\User:private] => 
    [permissionClass:App\Models\User:private] => 
    [wildcardClass:App\Models\User:private] => 
)